Skip to content

Conversation

@ccli8
Copy link

@ccli8 ccli8 commented Sep 20, 2024

Summary of changes

This PR fixes for target.boot-stack-size config preprocess in linker scripts for Nuvoton targets.

target.boot-stack-size can expand to MBED_CONF_TARGET_BOOT_STACK_SIZE or legacy MBED_BOOT_STACK_SIZE. Though MBED_BOOT_STACK_SIZE is unsupported in Mbed CE, make its preprocess consistent in linker scripts by prioritizing MBED_CONF_TARGET_BOOT_STACK_SIZE, then MBED_BOOT_STACK_SIZE for being compatible.


Pull request type

[X] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

"target.boot-stack-size" can expand to MBED_CONF_TARGET_BOOT_STACK_SIZE
or legacy MBED_BOOT_STACK_SIZE. Though MBED_BOOT_STACK_SIZE is unsupported
in Mbed CE, make its preprocess consistent in linker scripts by prioritizing
MBED_CONF_TARGET_BOOT_STACK_SIZE, then MBED_BOOT_STACK_SIZE for being
compatible.
@ccli8 ccli8 force-pushed the nvt_fix_boot_stack_config branch from 3c39dfe to 713c89e Compare September 20, 2024 08:28
@multiplemonomials multiplemonomials merged commit 037fe9b into mbed-ce:master Sep 23, 2024
@ccli8 ccli8 deleted the nvt_fix_boot_stack_config branch September 23, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants